Menu (Input 3174)
By Martin Nason
ARCADIAN 1, no. 5 (Mar. 23, 1979): 31.


_MENU_ can be called up by the following, donated by Martin Nason:
     10 INPUT K
     20 CALL K         insert 3174
The menu will appear, and function fully (don't use the BASIC overlay card)
but why does it _not_ work if you just CALL 3174?


On June 21, 2013, Richard Degler posted to the Bally Alley discussion group:

Subject: Re: Added 7 Bally BASIC Programs from Arcadian, Vol I
From: ballyalley@yahoogroups.com
Sent: Fri 6/21/13 5:13 AM
To:  ballyalley@yahoogroups.com

Don't know if anyone ever answered the question posed following :
4) "Menu (Input 3174)" - Martin Nason
ARCADIAN 1, no. 5 (Mar. 23, 1979): 31.
but the problem wasn't between using a variable or just a number,
rather inside a program or not - as "10 CALL3174" works properly.

When the direct call is made to the proper point it WILL work...
Skip the branch to an AutoStart cartridge by using "> CALL3177".

RCD